cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/140 - Love Calculator/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
# Love Calculator 💘💖
>It's a Love Calculator where Users have to put his/her name with partner's name and the calculator calcul
>It's a Love Calculator where Users have to put his/her name with partner's name and the calculator calcul
function love(){
var name1 = document.getElementById("NameOne").value;
var name2 = document.getElementById("NameTwo").va
var name1 = document.getElementById("NameOne").value;
var name2 = document.getElementById("NameTwo").va